home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / diary.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  249 b   |  14 lines

  1. on exitFrame
  2.   global ReturnList
  3.   repeat while not (the mouseDown)
  4.     generalRoll(46, 10020)
  5.     updateStage()
  6.   end repeat
  7.   repeat while the mouseDown
  8.     generalRoll(46, 10020)
  9.     updateStage()
  10.   end repeat
  11.   updateStage()
  12.   go(the frame)
  13. end
  14.